/*
* @Author: Administrator
* @Date:   2016-06-21 09:29:29
* @Last Modified by:   洪呈委
* @Last Modified time: 2018-02-26 14:22:30
*/
body{
	min-width: 1200px;
}
.bannernav{
	width: 100%;
	height: 100%;
}

.bannernav-banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;

}
	
.bannernav-banner > ul{
	text-align: center;
}
.bannernav-banner > ul li{
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 50%;
	margin-left: -50%;
	display: none;
}
.bannernav-banner > ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.bannernav-nav {
	height: 60px;
	position: fixed;
	left: 0;
	top: 30px;
	z-index: 99999;
}
.bannernav-nav.active{
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	background: #fff;
	z-index: 9999;

}
.bannernav-navleft{
	float: left;
	height: 100%;
	background: #fff;

}
.bannernav-navright{
	float: left;
	width: 1160px;
	height: 100%;
	background: #fff;
	border-radius: 0 30px 30px 0;
	padding-left: 40px;
	margin-left: -2px;
}
.navright-logo{
	height: 40px;
	margin-top: 10px;
	float: left;
	margin-right: 30px;
}
.navright-logo img{
	height: 100%;
}
.navright-list {
	float: left;
	position: relative;
}
.navright-list .slidecont{
	position: absolute;
	background: #fff;
	width: 6em;
	z-index: 9999;
	display: none;
}
.navright-list .slidecont  li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #4E4EA9;
}
.navright-list .slidecont li:last-child{
	border-bottom: none;
}
.navright-list .slidecont  li:hover{
	background: #F5F5F5;
}
.navright-list ul li{
	float: left;
	line-height: 60px;
	font-size: 14px;
	width:6em;
	text-align: center;
	height: 60px;

}
.navright-list ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
}
.navright-list > ul > li.positionli{
	border-bottom: 3px solid #EB6100;
}
.navright-list > ul > li:hover,
.navright-list > ul > li.active{
	background: #F5F5F5;
	border-bottom: 3px solid #EB6100;
}
.navright-login{
	float: right;
	line-height: 60px;
	padding-right: 60px;
	font-size: 14px;
}
.navright-login img{
	width: 28px;
	margin-right: 6px;
}
.navright-login span{
	margin: 0 6px;
}
.navright-login a{
	text-decoration: none;
	color: #333;
}
.navright-login a:hover{
	color: #EB6100;
}
.bannernav-order{
	width: 1100px;
	background: rgba(255,255,255,.8);
	height: 140px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -550px;
	border-radius: 6px;
	padding: 20px;
}
.bannernav-orderleft{
	float: left;
	padding-left: 40px;
}
.bannernav-orderleft p:first-child{
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 10px;
}
.bannernav-orderleft p input{
	width: 300px;
	height: 40px;
	border: 1px solid #EB6100;
	border-radius: 20px;
	background: rgba(0,0,0,0);
	color: #eb6100;
	padding-left: 20px;
	outline: none;
	font-size: 14px;
}
.bannernav-orderleft p button{
	background: #EB6100;
	width: 90px;
	height: 40px;
	border-radius: 20px;
	font-size: 14px;
	margin-left: 15px;
	color: #fff;
	outline: none;
	box-shadow: -1px -1px 2px #B95008 inset;
}
.bannernav-orderleft p button:hover{
	background: #d15600;
}
.bannernav-orderleft p input::-webkit-input-placeholder{
    color: #eb6100;
}
.bannernav-orderright{
	float: left;
	margin-left: 20px;
}
.bannernav-orderright ul{
	height: 140px;
}
.bannernav-orderright ul li{
	float: left;
	padding: 0 24px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.bannernav-orderright ul li a{
	color: #333;
	text-decoration: none;
}
.orderright-top{
	height: 80px;
	padding-top: 15px;
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
}
.orderright-top img{
	height: 44px;
}
.bannernav-orderright ul li:hover .orderright-top{
	padding-top: 0;
}
.orderright-topcont{
	height: 44px;
	
}
.bannernav-orderright ul li:hover .orderright-topcont{
	background-position: center 0px !important;
}

.leftBtn2,.rightBtn2{width: 40px; height: 34px; position: absolute; top: 50%;
	margin-top: -42px; display: none; cursor: pointer;}
.leftBtn2{left: 30px; background: url(../images/left.png) no-repeat center center;}
.rightBtn2{right: 30px; background: url(../images/right.png) no-repeat center center;}


/* 尾部内容 */
.footlast{
	width: 100%;
	/* height: 450px; */
	background: url(../images/lastbg.png) no-repeat;
	background-size: cover;
	padding: 60px 0 40px;
	font-size: 16px;
	margin-bottom: -2px;
	
}
.footlastmain{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.footlastleft{
	width: 470px;
	border-right: 1px solid #3E4756;
	padding: 10px 0;
	float: left;
}
.footlastcenter{
	width: 360px;
	padding: 10px 0 10px 100px;
	float: left;
}
.footlastright{
	width: 220px;
	float: right;
}
.footlastlefttop{
	overflow: hidden;
	color: #fff;
	font-size: 20px;
}
.footlastlefttopleft{
	float: left;
	border-right:1.5px solid #fff;
	
	padding-right: 15px;
}
.footlastlefttopleft img{
	height: 70px;
}
.footlastlefttopright{
	float: left;
	padding: 5px 15px;
	line-height: 30px;
}
.footlastleftcent{
	color: #bcbcbc;
	margin: 15px 0;
}
.footlastleftcent a{
	color: #bcbcbc;
	text-decoration: none;
	margin: 0 4px;
}
.footlastleftcent a:hover{
	color: #fff;
}
.footlastleftbom{
	color: #bcbcbc;
}
.footlastleftbom p{
	margin-bottom: 10px;
}
.footlastleftbom p i{
	width: 20px;
	margin-right: 10px;
}
.footlastleftbom p a{
	color: #bcbcbc;
	text-decoration: none;
}
.footlastleftbom p span{
	margin-right: 20px;
}
.footlastcenter p{
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 20px;
}
.footlastcenter ul li a{
	color: #bcbcbc;
	text-decoration: none;
	margin-right: 60px;
	
}
.footlastcenter ul li a:hover{
	color: #fff;
}
.footlastcenter ul li{
	margin-bottom: 10px;
}
.footlastright p{
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 20px;
}
.footlastright ul li{
	float: left;
	margin-right: 20px;
	
}
.footlastright ul li:last-child{
	margin-right: 0;
}
.footlastright ul li img{
	width: 100px;
	height: 100px;
}
.footlastright ul li p{
	font-size: 16px;
	color: #bcbcbc;
	text-align: center;
}
.navright-list > ul > li.jinbohui a{
	color: #952828;
}